testing.M.tests (field)
9 uses
testing (current package)
testing.go#L2173: tests []InternalTest
testing.go#L2218: tests: tests,
testing.go#L2302: listTests(m.deps.MatchString, m.tests, m.benchmarks, m.fuzzTargets, m.examples)
testing.go#L2322: rng.Shuffle(len(m.tests), func(i, j int) { m.tests[i], m.tests[j] = m.tests[j], m.tests[i] })
testing.go#L2337: testRan, testOk := runTests(m.deps.MatchString, m.tests, deadline)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)